distributed memory 예문
- Two level domain decomposition is used to optimize the distribution of elements and nodes based on the shared and distributed memory message passing requirements of a given simulation.
지정된 시뮬레이션의 공유 및 분산 메모리 메시지 전달 요구사항에 따라 두 수준 도메인 분해가 요소와 노드의 분산을 최적화합니다. - To increase speed further, rendered pages are cached in a distributed memory cache until invalidated, allowing page rendering to be skipped entirely for most common page accesses.
속도를 더 빠르게 하기 위해 렌더링 된 페이지는 만료될 때까지 분산 메모리 캐시에 캐시 처리되며 이로써 대부분의 동일한 페이지 접근을 위해 페이지 렌더링을 완전히 생략할 수 있다. - The separate memory space is assigned per process. This type of parallel process is called as the distributed memory parallel system. In each process, the process is judged and analyzed, and then the total processes are gathered to provide the final result.
그리고 프로세스마다 독립한 메모리 공간을 할당합니다. 이러한 병렬 처리는 분산 메모리형 병렬 시스템이라고 불러 각각 프로세스가 자신이 담당하는 해서 처리를 스스로 판단해 해석하고 마지막으로 모든 프로세스 결과를 집계해 최종적인 결과를 냅니다.